﻿/*------------------------------------------------------------------
[Master Stylesheet]
Project:		GAZELLE BOOTSTRAP HTML5 TEMPLATE
Version:		1.0
Last change:	25/05/2017 [no Change]
Primary use:	GAZELLE Multi Purpose
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. import css files
2. general setting
3. Color & background 
4. Inputs
5. page loader
1-1. Buttons
2-1. Header
3-1. Social Icons
4-1.  owl hero slider
5-1. banners Styles
6-1.  product slider
7-1. heading
8-1. features box
9-1. Why choose us
10-1. team
11-1. Skills bar
12-1.Circle-progress
13-1. Icon Box
14-1. process
15-1. product
16-1. Portfolio
17-1. project-post
18-1. blog pages
19-1. sidebars
20-1.  about pages
21-1. contact
22-1. offer
23-1. shop pages
24-1. count to
25-1. pagination
26-1. text rotate
27-1. footer
28-1. accordion styles
29-1 Responsive styles
-------------------------------------------------------------------*/
@import url('../../../css.css');
/* ==========================================================================
          general setting
========================================================================== */
html,body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in
}

h1 {font-size: 50px}
h2 {font-size: 30px}
h3 {font-size: 25px}
h4 { font-size: 16px;}
p {
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
}

a{
    color: #001c2e;
    position: relative;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
a:hover{ color:#24c6dc}

a,a:hover,a:focus {
    text-decoration: none;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in
}

ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

section {
    padding: 80px 0;
    position: relative
}
.small-section {
    padding: 40px 0
}

.bg-parallax {
    background: center center fixed;
    background-size: cover
}

.headline-text{ color: #24c6dc;}
.g-line{height: 2px; width: 100%; background-color: #ddd}

.circle{border-radius: 50% !important}
.no-padding{ padding:  0 !important;}
.m-top-30 {margin: 30px 0 0 0 !important}
.m-top-40 { margin: 40px 0 0 0 !important}
.m-top-50 { margin: 50px 0 0 0 !important}
.m-top-60 { margin: 60px 0 0 0 !important}
.m-top-70 {margin: 70px 0 0 0 !important}
.m-top-80 { margin: 80px 0 0 0 !important}

.m-bottom-30 { margin:0 0 30px 0 !important}
.m-bottom-40 { margin:0 0 40px 0 !important}
.m-bottom-50 { margin:0 0 50px 0  !important}
.m-bottom-60 { margin:0 0 60px 0  !important}
.m-bottom-70 { margin:0 0 70px 0  !important}
.m-bottom-80 { margin:0 0 80px 0  !important}

.pd-top-30 { padding: 30px 0 0 0 !important}
.pd-top-40 { padding: 40px  0 0 0 !important}
.pd-top-50 { padding: 50px  0 0 0 !important}
.pd-top-60 { padding: 60px 0 0 0 !important}
.pd-top-70 { padding: 70px  0 0 0 !important}
.pd-top-80 { padding: 80px  0 0 0 !important}

.pd-bottom-30 { padding:0 0 30px 0 !important}
.pd-bottom-40 { padding:0 040px 0 !important}
.pd-bottom-50 { padding:0 0 50px 0 !important}
.pd-bottom-60 { padding:0 0 60px 0 !important}
.pd-bottom-70 { padding:0 0 70px 0 !important}
.pd-bottom-80 { padding:0 0 80px 0 !important}

.g-overlay-dark {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8)
}
.overlay-dark-2 {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
}
.g-overlay-light {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8)
}
/* ==========================================================================
          color & background
========================================================================== */
.transparent { background: transparent!important}
.bg-gradient{ background: linear-gradient(to left,#3e7fb8 0,#339ec7 79%,#2ab4d3 100%) !important;}
.bg-white { background: #fff!important}
.bg-primary { background: #24c6dc!important}
.bg-black { background: #222!important}
.bg-gray { background: #f2f2f2!important}
.bg-5 {background-color: #1cbcd2 }
.bg-4 {background-color: #15b1c6 }
.bg-3 {background-color: #0ba3b7 }
.bg-2{ background-color:#0094a8 }
.bg-1 { background-color:#017d8e }

.color-primary {color: #24c6dc!important}
.color-white {color: #fff!important}
.color-black {color: #222!important}

.no-border td,.no-border th{
    border-top: none !important; 
    border-bottom: none !important; 
}
/* ==========================================================================
          inputs
========================================================================== */
input,label{
    font-family: 'Lato', sans-serif;
    text-transform: capitalize
}

.form-control.round{border-radius: 26px}
.form-control{ padding: 20px 15px;}
input[type="radio"] { display: none;}
input[type="radio"] + label {color:#333;}
input[type="radio"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:#fff;
    cursor:pointer;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    border: solid 1px #e6e6e6;
}

input[type="radio"]:checked + label span {background:#fff;}

input[type="radio"]:checked + label span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #24c6dc;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
/* ==========================================================================
               page loader
========================================================================== */
#gazelle-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#001c2e url(../img/loader.svg) center no-repeat;

}
/* ==========================================================================
               buttons
========================================================================== */
.btn{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 14px 25px;
    color: #fff;
    transition: 0.2s ease;
}

.btn:hover,.btn:focus{color: #fff}
.btn-round{border-radius: 30px}
.btn-xlarg{padding:18px 45px ;}
.btn-larg{padding:16px 35px ;}
.btn-medium{padding:10px 25px ;}
.btn-small{padding:6px 17px;}
.btn-tsmall{padding:4px 13px;}

.btn-list li{
    margin: 0 0 10px 0;
    text-align: center
}
.butn-primary{
    background-color:#24c6dc;
    color: #fff;
}
.butn-secondry{
    background-color: #001c2e;
    color: #fff;
}

.butn-black{
    background-color: #333;
    color: #fff
}

.butn-white{
    background-color: #fff;
    color: #001c2e
}
.butn-secondry:hover,.butn-black:hover{
    background-color: #24c6dc
}
.butn-primary:hover,.butn-white:hover{
    background-color:#001c2e
}
.btn-icon {
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3px;
    padding-left: 15px
}
.btn-icon i{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0baec4;
    line-height: 30px;
    margin-left: 5px;
}
/*==========================================================================
         header
 ========================================================================== */
.top-nav{padding:15px 30px 5px 30px;}
.nav-details p {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    text-transform: capitalize;
    margin-right: 10px;
}

.nav-details p i{
    margin-right: 5px;
    font-size: 15px;
}
.dropdown-menu{min-width: auto !important}
.select-nav{text-align: right;}
.select-nav .dropdown{  display: inline-block;}
.select-nav .dropdown-menu{
    width: 115px !important;
    left: 18px;}

.select-nav .dropdown-toggle{
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    text-transform: uppercase
}
.select-nav .dropdown-toggle span{margin-left: 5px}
.select-nav .dropdown-toggle img{margin-right: 5px}
.navbar-default{
    background: none;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.gazelle-header{
    position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
    margin: 0 auto
}

.navbar-default .navbar-nav>li>a{
    padding: 0 10px;
    line-height: 120px;
    position: relative;
    color: #1c1c1c
}
.navbar-default .navbar-nav>li>a span{ margin-left: 3px}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background: none}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-nav>li.active>a{color: #24c6dc !important}
header.bg-black .navbar-default .navbar-nav>li>a{color: #fff}
.navbar-default .navbar-brand{
    max-width: 200px;
    line-height: 120px;
    height: auto;
    padding: 0 0 0 20px;
    transition: 0.2s ease
}
.navbar-default .navbar-brand img{
    display: inline-block;
    max-width: 100%
}

/*dropdown*/
.dropdown:hover .dropdown-menu {display: block;}
.dropdown .dropdown-menu,
.dropdown-menu li .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
}

.dropdown:hover >.dropdown-menu,
.dropdown-menu li:hover > .dropdown-menu{
    padding: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
/* yaam megamenu */
.mega-menu{ position: static !important;}
.mega-menu .container { position: relative;}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    border-top: 2px solid #24c6dc
}
.yamm-drop .yamm-content ul{ width: 190px}
.mega-menu .dropdown-menu {
    left: 0;
    right: 0;
}
.dropdown .dropdown-menu li{position: relative;}
.dropdown-menu li > .dropdown-menu{display: none}
.dropdown .dropdown-menu  a{
    font-size: 13px;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    color: #5D5C5C;
    text-transform: capitalize
}
.dropdown .dropdown-menu a i{
    float: right
}
.yamm-fw > .dropdown-menu a i,
.yamm-half > .dropdown-menu a i{
    margin-right: 15px;
    float: none
}
.dropdown .dropdown-menu a:hover{
    background: #24c6dc;
    color: #fff !important
}
.dropdown-black .dropdown .dropdown-menu{ background: #000 !important;}
.dropdown-menu li .dropdown-menu{
    position: absolute;
    top: -4px;
    left: 100%;
}
.dropdown-menu li .dropdown-menu-left{
    right: 100%;
    left: auto
}
/*nav attr*/
.attr-nav{float: right; padding: 0 30px}
.attr-nav > div{display: inline-block}
.attr-nav a{
    cursor: pointer;
    line-height: 120px;
    position: relative;
    z-index: 3;
}
.attr-nav a i{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    line-height: 40px;
    text-align: center;
    color: #24c6dc
}


.top-cart-content {
    display: none;
    position: absolute;
    z-index: 3;
    width: 280px;
    background-color: #FFF;
    box-shadow: 0 20px 50px 10px rgba(0,0,0,.05);
    border: 1px solid #EEE;
    border-top: 2px solid  #24c6dc;
    right: 0px;
    left: auto;
    -webkit-transition: opacity .5s ease,top .4s ease;
    -o-transition: opacity .5s ease,top .4s ease;
    transition: opacity .5s ease,top .4s ease;
}

.top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #EEE;
}
.top-cart-title h4{margin: 0}
.top-cart-items { padding: 15px;}

.top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #F5F5F5;
}

.top-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px!important;
    height: 48px!important;
    border: 2px solid #EEE;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.top-cart-item-image a, .top-cart-item-image img {
    display: block;
    width: 44px!important;
    height: 44px!important;
}

.top-cart-item-desc {
    position: relative;
    overflow: hidden;
}
.top-cart-item-desc a {
    text-align: left;
    font-size: 13px;
    line-height: inherit;
    width: auto;
    height: auto;
}

.top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px!important;
    color: #999;
}

.top-cart-item-desc span.top-cart-item-quantity {
    display: block;
    position: absolute;
    font-size: 12px!important;
    right: 0;
    top: 2px;
    color: #444;
}

.top-cart-action {
    padding: 15px;
    border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
    font-size: 20px;
    color: #24c6dc
}
.top-cart-action button,
.top-cart-action a{float: right;line-height: inherit;}
#toggle-sidebar{display: none}
.top-search form {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.top-search form input{
    border-radius: 0;
    border: 0;
    font-size: 32px;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0!important;
    font-family: Raleway,sans-serif;
    letter-spacing: 2px;
}
/*menu style*/
.menu-style-2 > li > a{
    height: 45px !important;
    line-height: 45px!important;
    margin-top: 37px !important;
    border-radius: 4px
}

.navbar-default .navbar-nav.menu-style-2 >li>a:focus,
.navbar-default .navbar-nav.menu-style-2 >li>a:hover,
.menu-style-2 > li > a:focus,
.menu-style-2 > li.active > a,.menu-style-2 > li > a:hover,
.navbar-default .navbar-nav.menu-style-3 >li>a:focus,
.navbar-default .navbar-nav.menu-style-3 >li>a:hover,
.menu-style-3 > li > a:focus,
.menu-style-3 > li.active > a,.menu-style-3 > li > a:hover{
    background: #24c6dc !important;
    color: #fff !important;
}

.navbar-nav.menu-style-2>li>.dropdown-menu{ margin-top: 38px}
.header-sticky-2{box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 3px 20px 0 rgba(0,0,0,0.19)}
/*small header*/
.small-header ,.affix{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.small-header .navbar-brand,.affix .navbar-brand,
.small-header .navbar-nav>li>a,.affix .navbar-nav>li>a,
.small-header .attr-nav a,.affix .attr-nav a{line-height: 60px}
.small-header .menu-style-2 > li > a,
.small-header .menu-style-3 > li.active > a{
    margin: 0 !important;
    line-height: 65px !important;
    height: auto !important;
    border-radius: 0;
}
.menu-style-3 > li.active > a{
    background: #24c6dc !important;
    color: #fff !important;}

.small-header .navbar-nav.menu-style-2>li>.dropdown-menu{margin: 0}

/*mod-breadcrumbs*/
.mod-breadcrumbs{
    padding: 30px;
}
.mod-breadcrumbs .title{
    color: #fff
}
.mod-breadcrumbs .title h2{
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

.breadcrumbs-links {
    text-align: right;
    margin-top: 7px;
}
.breadcrumbs-links a{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin-left: 20px
}
.breadcrumbs-links a:first-child{margin: 0}

.nav-search-form{}

/* start mobile menu*/
#menuu{background: #313131}
#menuu a{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}
.mm-menu em.mm-counter,
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after{
    color: #fff;
    border-color: #fff
}
.mm-menu > .mm-navbar{ background: rgb(37, 38, 39);}
.mm-menu > .mm-navbar img{ height: 50px;}

.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px; }

.mm-close.mm-btn{
    font-size: 20px !important;
    top: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background: #24c6dc;
    padding: 0 !important;
    text-align: center !important;
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), 
.mm-menu .mm-listview > li.mm-selected > span{
    background: #24c6dc
}

.mm-navbar.mm-hasbtns{height: 70px}
.mm-hasnavbar-top-1 .mm-panels{top: 84px}
.sidebar-search input{
    height: 30px;
    background: #252627;
    border: 1px solid #000;
    width: 80%;
    color: #fff;
    padding: 0 15px;
}
.sidebar-search button{
    border: 1px solid #000;
    background: #252627;
    color: #fff;
    height: 30px;
    width: 16%;
    font-size: 14px;
}
/*==========================================================================
         soocial icons
 ========================================================================== */
.horizontal-social li{
    display: inline-block;
    margin:  10px 10px 10px 0;
    text-align: center;
}
.horizontal-social li a{
    display: inline-block;
    z-index: 1;
    border: 2px solid transparent;
    background-color: #f6f4f4;
    position: relative ;
    color: #000;
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.horizontal-social li a:before{
    content: "";
    background: #24c6dc;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    color: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bg-black .horizontal-social li a:before,
.bg-black-2 .horizontal-social li a:before{border: 2px solid #252424;}
.horizontal-social li a:hover{
    color: #fff;
    border: 2px solid #24c6dc
}
.horizontal-social li a:hover:before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*icons dark color*/
.horizontal-social.social-dark li a{
    background: #575757;
    color: #fff
}

/*icons with color*/
.horizontal-social.icons-color li.fb-icon a:hover{border-color: #3b5998}
.horizontal-social.icons-color li.fb-icon a:hover:before{ background-color: #3b5998}
.horizontal-social.icons-color li.tw-icon a:hover{ border-color: #00aced}
.horizontal-social.icons-color li.tw-icon a:hover:before{ background-color: #00aced}
.horizontal-social.icons-color li.gog-icon a:hover{ border-color: #dd4b39}
.horizontal-social.icons-color li.gog-icon a:hover:before{ background: #dd4b39}
.horizontal-social.icons-color li.tube-icon a:hover{ border-color:#bb0000}
.horizontal-social.icons-color li.tube-icon a:hover:before{ background-color: #bb0000}
.horizontal-social.icons-color li.tube-icon a:hover:before{ background-color:#bb0000}
.horizontal-social.icons-color li.ghub-icon a:hover{ border-color: #333}
.horizontal-social.icons-color li.ghub-icon a:hover:before{background: #333}
.horizontal-social.icons-color li.linkd-icon a:hover{ border-color:#007bb5}
.horizontal-social.icons-color li.linkd-icon a:hover:before{background: #007bb5}
.horizontal-social.icons-color li.drib-icon a:hover{ border-color:#ea4c89}
.horizontal-social.icons-color li.drib-icon a:hover:before{background: #ea4c89}
.horizontal-social.icons-color li.skype-icon a:hover{border-color:#00aff0 }
.horizontal-social.icons-color li.skype-icon a:hover:before{background: #00aff0 }
.horizontal-social.icons-color li.flikr-icon a:hover{ border-color:#ff0084}
.horizontal-social.icons-color li.flikr-icon a:hover:before{background: #ff0084}
.horizontal-social.icons-color li.instag-icon a:hover{border-color:#125688}
.horizontal-social.icons-color li.instag-icon a:hover:before{background: #125688}
.horizontal-social.icons-color li.tumb-icon a:hover{border-color:#32506d}
.horizontal-social.icons-color li.tumb-icon a:hover:before{background: #32506d}
.horizontal-social.icons-color li.pinterest-icon a:hover{border-color:#cb2027}
.horizontal-social.icons-color li.pinterest-icon a:hover:before{background: #cb2027}
.horizontal-social.icons-color li.dbox-iicon a:hover{border-color:#007ee5}
.horizontal-social.icons-color li.dbox-iicon a:hover:before{background: #007ee5}
.horizontal-social.icons-color li.vimo-icon a:hover{border-color:#aad450}
.horizontal-social.icons-color li.vimo-icon a:hover:before{background: #aad450}
.horizontal-social.icons-color li.stack-icon a:hover{ border-color:#ff9900}
.horizontal-social.icons-color li.stack-icon a:hover:before{background: #ff9900}
/*start author icons social icons*/
.author-icons li{
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.author-icons li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #575757;
    color: #fff;
    line-height: 42px;
    margin: 0 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.author-icons li a i{display: inline-block;}
.author-icons li a:hover i{
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;
}

.author-icons li a:hover,
.author-icons.social-light li a:hover{
    background: #24c6dc;
    color: #fff
}
/*light icons*/
.author-icons.social-light li a{
    background: #f6f4f4;
    color: #000
}
/*icons with color*/
.author-icons.icons-colored li.fb-icon a,.author-icons.icons-color li.fb-icon a:hover{background: #3b5998}
.author-icons.icons-colored li.tw-icon a,.author-icons.icons-color li.tw-icon a:hover{ background: #00aced}
.author-icons.icons-colored li.gog-icon a,.author-icons.icons-color li.gog-icon a:hover{background:#dd4b39}
.author-icons.icons-colored li.tube-icon a,.author-icons.icons-color li.tube-icon a:hover{background:#bb0000}
.author-icons.icons-colored li.ghub-icon a,.author-icons.icons-color li.ghub-icon a:hover{background:#333}
.author-icons.icons-colored li.linkd-icon a,.author-icons.icons-color li.linkd-icon a:hover{background:#007bb5}
.author-icons.icons-colored li.drib-icon a,.author-icons.icons-color li.drib-icon a:hover{background: #ea4c89}
.author-icons.icons-colored li.skype-icon a,.author-icons.icons-color li.skype-icon a:hover{background: #00aff0 }
.author-icons.icons-colored li.flikr-icon a,.author-icons.icons-color li.flikr-icon a:hover{background: #ff0084}
.author-icons.icons-colored li.instag-icon a,.author-icons.icons-color li.instag-icon a:hover{background: #125688}
.author-icons.icons-colored li.tumb-icon a,.author-icons.icons-color li.tumb-icon a:hover{background: #32506d}
.author-icons.icons-colored li.pinterest-icon a,.author-icons.icons-color li.pinterest-icon a:hover{background: #cb2027}
.author-icons.icons-colored li.dbox-iicon a,.author-icons.icons-color li.dbox-iicon a:hover{background:#007ee5}
.author-icons.icons-colored li.vimo-icon a,.author-icons.icons-color li.vimo-icon a:hover{ background:#aad450}
.author-icons.icons-colored li.stack-icon a,.author-icons.icons-color li.stack-icon a:hover{ background:#ff9900}
.author-icons.icons-bordered li a{background: none;color: #fff;border: 2px solid #24c6dc}
.author-icons.icons-bordered li a:hover{background: #24c6dc;color: #fff!important}
.horizontal-social.circle-icons li a,.author-icons.circle-icons li a{border-radius: 50%!important}
/*==========================================================================
         owl hero slider
 ========================================================================== */
.owl-item{ z-index: 2}
.owl-hero-slider{}

.owl-hero-slider .slider-text{
    text-align: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 25%;
}
.owl-hero-slider .slider-text h1{
    font-size: 5vw;
}
.owl-hero-slider .slider-text p{font-size: 16px}

.slider-text.right{
    text-align: right;
    right: 120px;
}
.slider-text.left{
    text-align: left;
    left: 120px;

}
.group-btn a{
    margin: 20px 10px 0 0
}
/*==========================================================================
         banner
 ========================================================================== */
.banner{
    text-align: center;
    height: 100vh ;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.parallax-bg{
    background:center center fixed  ;
    background-size: cover;
    background-repeat: no-repeat;
}
#video-bg video{
    width: 100%;
}

.banner-caption{
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.banner-caption-inner{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}


.banner-caption h1{
    text-transform: uppercase;
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    letter-spacing: 8px

}
.banner-caption h1.big{
    font-size: 100px;
    letter-spacing: 20px;
    margin: 0;
    text-shadow: 5px 0 28px rgba(0,0,0,.3);
}

.banner-caption p{
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0 0 40px 0;
}

.banner-text-slider h1{ font-size: 60px;}

.banner .text-rotate{
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 10px
}


.banner-text-slider .owl-dot{
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}
.banner-text-slider .owl-dots{ margin-top: 50px;}
.banner-text-slider .owl-dot.active{ background: #FB383B}
.banner-buttons{ margin-left: -15px}
.banner-buttons a{margin: 0 15px 15px 0 ;}
.bg-slideshwo{height: 100vh}
/*==========================================================================
         product slider
 ========================================================================== */
#p-slider{margin-bottom: 0}
#p-slider .flex-direction-nav a{
    height: 60px;
    width: 49px;
    text-align: center;
    background: #24c6dc;
    border-radius: 5px;
    color: #fff !important;
}
#p-slider .flex-direction-nav a, .flex-direction-nav a:before{
    color: #fff
}
/*==========================================================================
         heading
 ========================================================================== */
.heading{
    text-align: center;
    margin-bottom: 60px
}
.heading h2{
    padding-bottom: 35px;
    text-transform: uppercase
}

.heading h2:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    width: auto;
    background: url(../img/u-heading.png) no-repeat center center;
    margin: 0 auto;
}

/* ==========================================================================
  features box
   ========================================================================== */
.features-box{
    text-align: center
}
.features-box span{
    display: inline-block;  
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    background-color: #24c6dc;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin-bottom: 25px;
}

.features-box span:before{
    content: "";
    position: absolute;
    top: -7px;
    left:-7px;
    right: -7px;
    bottom: -7px;
    border-radius: 50%;
    z-index: -1;
    border: 2px solid #4a5da7;
    transition: 0.2s linear
}
.features-box h4{
    color: #001c2e;
    margin-bottom: 10px
}

.features-box:hover h4{
    color: #24c6dc
}
.features-box:hover span:before{
    border-style: dashed
}

.features-box-2{
    padding: 55px 20px;
    background-color:  #24c6dc;
    color: #fff;
    transition: 0.2s linear
}

.features-box-2:hover,
.features-box-2.active{
    background-color: #0b151c
}
.features-box-2 h4,
.features-box-2.active h4{
    color: #fff;
    text-transform: uppercase
}
.features-box-2 p,
.features-box-2.active p{
    color: #fff
}

.features-box-2 a,
.features-box-2.active a{
    color: #fff;
}

.features-box-3{
    background-color: #24c6dc;
    color: #fff;
    padding: 40px 20px 10px 30px;
    transition: 0.2s linear
}

.features-box-3 span{
    font-size: 30px
}

.features-box-3 p{
    color: #fff
}
.features-box-3:hover,
.features-box-3.active{
    background-color: #001c2e
}
/* ==========================================================================
  why choose us
   ========================================================================== */
.why-us-item{
    background-color: transparent;
    border: 1px solid #e8e8e8;
    padding: 30px 20px;
    transition: 0.2s linear;
}

.why-us-item span{
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 35px;
    background-color: #24c6dc;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: 0.2s linear;
}
.why-us-item:hover {
    background-color: #24c6dc
}
.why-us-item:hover span{
    background-color: #fff;
    color: #24c6dc
}

.why-us-item:hover h4,
.why-us-item:hover p{
    color: #fff
}
/* ==========================================================================
  team
   ========================================================================== */
.team-item{ text-align: center}
.team-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.team-item h4{
    text-transform: capitalize;
    margin-bottom: 10px
}

.team-item p{
    text-transform: capitalize;
    margin-bottom: 30px
}
.team-img .mask{
    border-radius: 50%;
    position: absolute;
    text-align: center;
    max-width: 255px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    transition: all 0.2s linear;
    transform-origin: 50% 0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.team-img .mask:before{
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #24c6dc;
    opacity:0.8

}
.team-img .mask a{
    display: inline-block;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    right: 42%;

}
.team-img:hover .mask{
    transform: rotate3d(1, 0, 0, 0deg);
}
.team-item .author-icons li a{
    height: 30px;
    width: 30px;
    line-height: 30px
}

.team-item-2{
    padding: 30px 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ededed;
    max-width: 360px;
    transition: 0.2s linear
}
.team-item-2 .content{
    padding-bottom: 30px
}

.team-item-2 .content h4{
    margin-bottom: 5px;
    text-transform: uppercase
}

.team-item-2 .content p{
    text-transform: capitalize;
    color: #24c6dc
}
.team-item-2:hover,
.team-item-2.active{
    background-color:#001c2e
}

.team-item-2:hover h4,
.team-item-2.active h4{
    color: #fff
}
.slick-slide{ outline: none}
.review-slider{
    margin-bottom: 40px
}
.review-slider .slick-slide img{
    width: 120px;
    height: 120px;
}
.review-slider .slick-slide img{opacity: 0.8}
.review-slider li.slick-active.slick-current.slick-slide img{
    border: 2px dashed #001c2e;
    padding: 5px;
    width: 112px;
    height: 112px;
    opacity: 1
}

.review-slider-nav h4{
    margin: 0;
    text-transform: uppercase
}

.review-slider-nav span{
    font-size: 13px;
    text-transform: capitalize
}

.review-slider-nav .author-icons li a{
    color: #08b4da;
    width: 25px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
}
.review-slider-nav .author-icons{text-align: right}

.single-team-info img{margin-bottom: 20px}
.single-team-info h3{font-weight: bold;text-transform: uppercase;margin-bottom: 10px}
.single-team-info p{margin-bottom: 20px}
.single-team-details h2{font-weight: bold}
.single-team-details p{margin-bottom: 15px}
.single-team-details p i{margin-right: 10px;color:#08b4da }
.single-team-details p span{color:#08b4da }
/* ==========================================================================
  skills bar
   ========================================================================== */
.skillst3 .progress-title,.skillst4 .progress-title{
    display: inline-block;
    float: left;
    top: -5px;
    position: relative;
    margin-right: 10px;
    width: 70px;
    text-align: left;
}
.skillst3 .skillbar,.skillst4 .skillbar{
    height: 10px;
    background: #ebebeb;
    position:relative;
    margin-bottom:20px;
    display: flex;
    border-radius: 20px;
}
.skillst3 .skillbar{
    height: 20px
}
.skillst3 .count-bar,.skillst4 .count-bar{
    position:relative;
    height: 100%;
    width:0px;
    border-radius: 20px;
    background-color:#24c6dc;
    background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}

.skillst3 .title,.skillst4 .title{
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    color: #fff;
    left: 0;
    margin: 0 auto;
}

.skillst1 .skillbar,
.skillst2 .skillbar{
    width: 100%;
    height: 50px;
    background: #ebebeb;
    position:relative;
    margin-bottom:30px;
    border-radius: 30px;
}
.skillst1 .count-bar,
.skillst2 .count-bar{
    position:relative;
    height: 40px;
    top: 5px;
    left: 5px;
    border-radius: 25px;
    width:0px;
    background-color:#08b4da;
    background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.125) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.125) 50%, rgba(255,255,255,0.125) 75%, transparent 75%, transparent);
    background-size: 35px 35px;
}

.skillst1 .title,
.skillst2 .title{
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    color: #fff;
    left: 0;
    margin: 0 0 0 15px;
}
.skillst1 .title i{margin-right: 10px}
.skillst1 .count,
.skillst2 .count{
    position:absolute;
    top:0;
    right:12px;
    line-height: 40px;
    font-size:14px;
    font-weight:400;
    color: #000;
}
.skillst2 .count{
    color: #000;
    background-color: #fff;
    height: 30px;
    text-align: center;
    width: 44px;
    line-height: 30px;
    display: inline-block;
    border-radius: 25px;
    margin-top: 5px;
}
/* ==========================================================================
  circle-progress
   ========================================================================== */
.circle-progress-wrapper {
    text-align: center;
}
.circle-progress {
    display: inline-block;
    width: 200px;
    position: relative;

}
.circle-progress input {
    text-align: center;
    font-size: 20px !important;
    display: inline-block !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 100% !important;
    background: #ffffff !important;
    margin-top: 50px !important;
    margin-left: 70px !important;
    top: 0;
    left: 0;
    color: #000 !important;
}

.circle-progress-2 input {
    font-size: 20px !important;
    display: inline-block !important;
    width: 150px !important;
    height: 150px !important;
    line-height: 200px !important;
    border-radius: 100% !important;
    background: #ffffff !important;
    margin-top: 50px !important;
    margin-left: 25px !important;
    top: -45px;
    left: 0;
    color: #000 !important;
}

.circle-progress-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: -7px;
}
.cer-prog-warp svg{
    margin-left: 45px;
    margin-bottom: 20px
}

.cpb-text-2{
    color: #fff;
    top: 0 !important;
    line-height: 170px !important;
    left: -15px !important;
    right: 0;
    margin: 0 auto !important;
}

.cpb-text-2:before{
    content: '';
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 53px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #001c2e;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    z-index: -1;
}
.cer-prog-warp-2 .cpb-text-2{color: #001c2e;}
.cer-prog-warp-2 .cpb-text-2:before{ background-color: #fff}
/* ==========================================================================
  iconbox
   ========================================================================== */
.icon-box span{
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #001c2e;
    float: left;
    margin-right: 15px;
    transition: 0.2s linear
}

.icon-box .content{
    overflow: hidden
}

.icon-box-right{
    text-align: right
}
.icon-box-right span{
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.icon-box:hover span{
    background-color: #24c6dc
}
/* ==========================================================================
  process
   ========================================================================== */
.proccess-item{position: relative}
.proccess-item:before{
    position: absolute;
    content: "";
    right: -64px;
    top: 29%;
    width: 115px;
    height: 1px;
    border: 1px dashed #d7d7d7;
}

.process-img{
    position: relative;
    height: 160px;
    width: 160px;
    margin: 0 auto 25px auto;
}

.process-img img{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    margin: 0 auto
}
.process-img span{
    position: absolute;
    top: 55px;
    left: -20px;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #24c6dc;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 55px;
    border: 5px solid #f2f2f2;
    transition: 0.2s linear
}

.proccess-item h4{
    text-transform: uppercase
}

.proccess-item:hover span{
    background-color: #001c2e
}
/* ==========================================================================
  product
   ========================================================================== */
.product-item{
    position: relative;
    border: 1px solid #dfdfdf;
    padding:15px;
    border-radius: 5px;
    transition: 0.2s linear;
    margin-bottom: 30px;
    z-index: 1;
}
.product-item > img{
    margin: 30px auto 15px auto    
}

.product-item .p-cat{
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 6px;
    display: inline-block;
    color: #fff;
    background-color: #001c2e;
    border-radius: 3px;
    float: right
}

.product-item h4 a{
    color: #333333;    
    text-transform: capitalize;
    transition: 0.2s linear;
}

.product-item .buy{
    float: right;
    text-align: center;
    background-color: #001c2e;
    color: #fff;
    width: 50px;
    height:50px;
    line-height: 50px;
    font-size: 27px;
    border-radius: 50%;
    text-transform: uppercase;
    transition: 0.2s linear

}
.product-item .tooltip-inner {
    width: 75px;
    font-size: 9px;
    text-transform: uppercase;
    background-color: #24c6dc
}

.product-item .tooltip.top .tooltip-arrow{
    border-top-color: #24c6dc
}
.product-item .rate{
    margin-bottom: 5px;
    display: inline-block
}
.product-item .price{
    font-size: 24px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
}
.product-item .price span{
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 100;
}

.product-item:hover{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.product-item .buy:hover{
    background-color: #24c6dc
}

.product-item h4 a:hover{
    color: #24c6dc
}
.pro-quant{margin-right: 40px}
.pro-quant .input-group{
    display: inline-block;
    vertical-align: middle;
}
.pro-quant input{
    text-align: center;
    width: 40px !important;
    height: 40px;
    border-radius: 4px !important;
    color: #999;
    padding: 0;
}
.pro-quant .qu-btn{
    display: inline-block
}
.pro-quant .input-group button{
    display: block;
    width: 19px;
    height: 19px;
    padding: 0;
    border-radius: 3px;
    color: #fff;
    background: #001c2e;
    font-size: 10px;
    line-height: 18px;
    margin:0 0 1px 3px;
    outline: none
}
.pro-quant .input-group button:hover{
    background-color: #24c6dc
}
/* ==========================================================================
 Porftolio
   ========================================================================== */
.works-filter{padding-bottom: 0 !important}
#portfolio-filter{display: block;margin-bottom: 40px}

#filter-1 a{
    border: 2px solid #24c6dc;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    margin-right: 5px;
}

#filter-1 a.current{
    border-color:  #24c6dc;
    background-color: #24c6dc;
    color: #fff
}
#filter-1 li {
    display: inline-block;
}

.portfolio-item {
    text-align: center;
    position: relative;
    overflow: hidden;
    float:left;
    display:inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item:before {
    content: '';
    box-sizing: border-box
}

#projects-grid{
    position:relative;
    text-align:center;
    margin:0 auto;
    width:100%
}

.portfolio-box-1{
    position:relative;
    width:25%;
}
.box-1{
    width:25%;

}
.portfolio-box-2{
    position:relative;
    width:33.33333333%
}

.box-port-half{
    position:relative;
    width:66.666666666%;
}

.box-half{
    position:relative;
    width:50%;
}

.thumb{
    position: relative;
    overflow: hidden
}
.col-2-items .portfolio-item{
    width: 50%
}
.col-3-items .portfolio-item{
    width:33.3333333%
}

.col-4-items .portfolio-item{
    width:25%
}
.col-5-items .portfolio-item{
    width:20%
}

.gutter .portfolio-item{
    padding: 10px
}

.portfolio-item .mask-1{
    position:absolute;
    width:100%;
    height:100%;
    padding: 30px;
    top:0;
    left:0;
    border-radius: 50%;
    transition: 0.2s linear;
    transform: scale(0);
}
.portfolio-item .mask-1:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color:#24c6dc;
    opacity: 0.8
}

.portfolio-item .mask-1 h4{
    opacity: 0;
    transform: translateY(40px);
    transition: 0.3s linear;
    text-transform: uppercase;
    transition-delay: 0.1s;
}
.portfolio-item .mask-1 h4 a{
    color: #fff
}

.portfolio-item .mask-1 p{
    color: #fff;
    transform: translateY(50px);
    transition: 0.3s linear;

}

.portfolio-box-1 img{
    width:100%;
    height:auto;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    max-width: 100%;
    height: auto
}

.portfolio-item img{
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    width: 100%;
    height: auto
}

.portfolio-item  .mask-1 ul li a{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}

.portfolio-item  .mask-1 a.show-img{
    margin: 0 auto;
    margin-top: 14%;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 80px;
    background: #fff;
    color: #0b151c;
    font-size: 24px;
    border-radius: 50%;
}

.portfolio-item:hover .mask-1 ul li a{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.portfolio-item:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*portfolio hover */
.portfolio-item:hover .mask-1{
    opacity:1;
    border-radius: 0;
    transform: scale(1);
}
.portfolio-item:hover h4,.portfolio-item:hover p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover p{
    transition-delay: 0.1s
}
.single-portfolio-info > p{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}
.single-portfolio-share{border-top: 1px solid #ddd;
                        border-bottom: 1px solid #ddd;
                        padding: 11px 0 0 0;}
.single-portfolio-share p,
.single-portfolio-share ul{display: inline-block;color: #666666}
.portfolio-meta  li{margin-bottom: 8px}
.portfolio-meta li span {
    display: inline-block;
    width: 150px;
    color: #24c6dc;
}
.portfolio-meta li span i{margin-right: 9px}
/* ==========================================================================
project-post
   ========================================================================== */
.project-post{
    overflow: hidden;
    position: relative
}

.project-post-item{
    overflow: hidden;
    position: relative
}

.project-post-item.bg-gradient{
    background: linear-gradient(to left,#3e7fb8 0,#339ec7 79%,#2ab4d3 100%);
}
.project-post-content{
    padding: 65px 30px;
}
.project-post-content h2{
    color: #fff
}
.project-post-content a{
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 7px 15px
}
.project-post-content a:hover{
    background-color: #fff;
    color: #24c6dc
}

.project-post-text h4{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -25px;
}

.project-post-text h4 i{
    margin-right: 15px;
    font-size: 8px;
}
.project-post-content p{
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff
}

.section-post{
    padding: 40px 0
}

.img-holder {
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 0;
    height: 100%;
}

.img-holder-right {
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

.background-imgholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.background-imgholder-right {
    position: absolute;
    top: 0;
    right:  0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
/* ==========================================================================
  blog pages
   ========================================================================== */
.g-post{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d9d9d9
}

.g-post h2 a{
    font-size: 23px
}
.post-thumbnail{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.post-content blockquote{
    background-color: #f0f0f0;
    border: none;
    margin: 20px 0;
    padding: 20px;
}

.post-content blockquote i{
    float: left;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #24c6dc;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}
.post-content blockquote .content{
    overflow: hidden
}
.post-content blockquote p{
    font-size: 18px;
    font-style: italic;
    color: #363845;
    line-height: 28px;
}

.post-content blockquote span{
    text-transform: uppercase;
    font-size: 12px;
    color:#999999;
}

.s-post-fotter .tag-post{
    float: right;
}
.s-post-fotter .tag-post p{
    color: #000;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize

}
.s-post-fotter .tag-post a{
    color: #999
}

.s-post-fotter .tag-post span{
    color: #000;
    margin-right: 8px

}
.cat-meta{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #24c6dc;
    padding: 2px 18px;
    border-radius: 20px;
    margin: 0
}

.cat-meta p{
    margin: 0;
    color: #fff;
    text-transform: uppercase
}

.post-meta{
    position: absolute;
    bottom: 20px;
    right: 15px;
    text-align: right;
    overflow: hidden
}

.post-meta p a{
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    background: #24c6dc;
    display: inline-block;
    padding: 0 35px 0 15px;
    margin-right: -28px;
    color: #fff;
    text-transform: capitalize;
    transform: translateX(100%);
    transition: 0.1s linear;
    opacity: 0;
}

.post-meta p i{
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #24c6dc;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    transition: 0.2s linear
}

.post-meta p:hover i{
    background-color: #001c2e
}

.post-meta p:hover a{
    transform: translateX(0);
    opacity: 1;
}

.about-author{
    background-color: #f0f0f0;
    padding: 20px;
}
.about-author .avatar{
    float: left;
    margin-right: 20px
}
.about-author .content{
    overflow: hidden
}
.about-author .avatar img{
    border: 3px solid #24c6dc;
    width: 110px;
    height: 110px
}
.comments-area{
    margin-top: 40px;
}

.comments-area h3{
    font-size: 18px
}

.comments-list li{
    padding: 15px 0 0 0;
}

.comments-list li .comment-head{
    margin-bottom: 15px;
}

.comments-list li .reply-link{

    padding: 3px 12px;
    background-color: #24c6dc;
    color: #fff;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 10px;
}

.comments-list li .reply-link:hover{
    background: #001c2e;
}


.comments-list li .avatar{
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 50%;
}

.comments-list li .avatar img{
    border: 3px solid #24c6dc;
    width: 70px;
    height: 70px;
}

.comment-inner .content{
    overflow: hidden
}

.comments-list li .commenter {
    margin-top: 10px;
}
.comments-list li .commenter h4{
    margin-bottom: 0;
    display: inline-block;
    font-size: 13px
}
.commenter p {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}

.comments-list li ol,.comments-list li ul{
    margin-left: 100px;
    margin-top: 25px
}

.comments-form{ margin-top: 40px;}

.comments-form input,
.comments-form textarea{
    width: 100%;
    border: 1px solid #bcbcbc;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 25px;
    outline-color: #24c6dc
}

.comments-form textarea{
    height: 140px;
    resize: none
}

/*share-icons*/
.share-post-icons li{
    display: inline-block;
    overflow: hidden;
    padding-left: 5px;
}

.share-post-icons li a {
    display: inline-block;
    margin-left: -85px;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    padding-left: 35px;
    background-color: #24c6dc;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    opacity: 0;
}

.share-post-icons li i{
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #001c2e;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    position: relative;
    z-index: 2;

}

.share-post-icons li:hover a{
    margin-left: -29px;
    opacity: 1;

}
.share-post-icons li:hover i{
    background: #001c2e
}
/* ==========================================================================
  sidebars
   ========================================================================== */
.clients-slider li{
    overflow: hidden;
    background-color: #24c6dc;
    padding: 15px 15px 0 15px;
}
.clients-slider img{
    width: auto !important;
    float: right;
}
.clients-slider h4{
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}
.clients-slider span{
    color: #fff
}
.clients-slider p{
    color: #fff
}

.clients-slider-2{
    text-align: center
}

.clients-slider-2 img{
    width: 90px !important;
    height: 90px !important;
    border-radius: 50%;
    margin: 0 auto 25px auto
}

.clients-slider-2 p{
    font-style: italic;
    padding-bottom: 17px;
}

.clients-slider-2 p:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #24c6dc;
}

.clients-slider-2 h4{}
.clients-slider-2 h4 a{
    color: #24c6dc
}
.sidebar{
    background-color: #efefef;
    padding: 15px
}

.g-widget-search{
    padding: 0 !important;
    border-bottom: none !important;
}
.shop-sidebar .g-search{
    background: #24c6dc;
    padding: 20px
}

.shop-sidebar .g-search form label{
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px
}
.g-search input{
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 4px;
}
.g-search button{
    position: absolute;
    top: 62px;
    right: 45px;
    color: #09f;
    background: none;
    border: none;
}

.g-widget{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.g-widget.side-search{
    padding: 0;
}
.g-widget.side-search input{
    height: 45px
}

.g-widget .head{
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.g-widget .head h3{
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-transform: uppercase
}

.g-widget .head i{
    margin-right: 15px;
    font-size: 19px;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #24c6dc;
    border-radius: 50%;

}
.g-widget.active{
    background-color: #24c6dc;

}
.g-widget.active .head i{
    color: #001c2e;
    background-color: #fff
}
.g-widget.active h3{
    color: #fff
}

.g-widget.active .head{
    border-color: #45cee1
}

.cat-list li a{
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block;
}

.cat-list li a:hover{
    color: #24c6dc
}

.tag-list li {
    display: inline-block
}
.tag-list li a{
    display: inline-block;
    color: #898e90;
    background-color: #f3f5f6;
    padding:4px 10px;
    border-radius: 4px;
    margin: 0 3px 5px 0;
    font-family: 'Open Sans', sans-serif;
}
.tag-list li a:hover{
    color: #fff;
    background-color: #24c6dc
}

.widget-form input{
    margin-bottom: 10px;
    border: none;
    height: 45px;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}
/* style glyph */
.inner-addon i {
    position: absolute;
    text-align: center;
    color: #999999;
    height: 100%;
    line-height: 45px;
    width: 45px;
}

/* align glyph */
.left-addon i  { left:  0px;}
.right-addon i { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.g-widget .post-list li{border: none}

.g-widget .post-list img{
    width: 90px;
    height: 90px
}

.g-widget .post-list .content a{color: #333;}

.inst-slider .owl-next,
.inst-slider .owl-prev{
    background: #24c6dc;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 46%;
    border-radius: 3px;
}
.inst-slider .owl-next:hover,
.inst-slider .owl-prev:hover{
    background-color: #001c2e
}
.inst-slider .owl-next{ right: 15px}
.inst-slider .owl-prev{left: 15px;}
/* ==========================================================================
  about pages
   ========================================================================== */
.about-text-sec p{
    margin-bottom: 40px;    
}
.about-text-sec p > span{
    font-size: 36px;
    background-color: #24c6dc;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    float: left;
    margin-right: 15px;
}
.testimoniol-slider h3 { font-family: 'Lato', sans-serif;}
.testimoniol-slider li{ padding-top: 35px}

.testimoniol-slider h3 span{
    font-weight: 100;
    margin-left: 4px;
    font-size: 16px;
    position: relative;
    top: -2px;
}
.testimoniol-slider i{ color: #fff;}

.testimoniol-slider p{
    color: #fff;
    margin-bottom: 20px
}
.testimoniol-slider img{
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
}
.testimoniol-slider .owl-dots{}
.testimoniol-slider .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    opacity: 0.8
}
.testimoniol-slider .owl-controls{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.testimoniol-slider .owl-dot.active{
    opacity: 1
}
/* ==========================================================================
contact
   ========================================================================== */
#map {
    max-width: 100%;
    height: 500px;
}

.contact-details{
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-details-inner{
    padding: 30px 15px;
}
.contact-details-inner div{
    margin-bottom: 30px;
}
.contact-details-inner div:last-of-type{
    margin: 0
}
.contact-details div i{
    float: left;
    font-size: 23px;
    width:65px ;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background-color: #001c2e;
    color: #fff;
    text-align: center;
    margin-right: 15px
}
.contact-details div h4{
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-transform: uppercase
}
.contact-details div p{
    font-size: 14px;
    color: #fff
}
.contact-details-footer{
    background: #001c2e;
    padding: 30px 0 15px 0;
    color: #fff
}

.input-group{
    margin-bottom: 30px
}

.contact-us-form .form-control{
    padding: 24px 15px;
    text-transform: capitalize
}

.input-group-addon{
    padding: 6px 18px;
    background-color: #f9f9f9;
    color: #a1a1a1;
}

.contact-us-form textarea{
    width: 100%;
    height: 260px;
    padding: 24px 15px;
    resize: none;
    margin-bottom: 25px;
    text-transform: capitalize
}

.single-team-form{
    border: 2px solid #24c6dc;
    padding: 30px;
    border-radius: 5px;
}
.single-team-form textarea{
    width: 100%;
    height: 150px;
    padding:15px;
    resize: none;
    margin-bottom: 15px;
    border-radius: 5px
}
/* ==========================================================================
  offer
   ========================================================================== */
.offer-text{
    color: #fff
}
.offer-text h3{
    text-transform: uppercase;
    color: #fff
}
.offer-text p{
    color: #fff;
}
.offer-butn{margin-top: 40px}
/* ==========================================================================
  shop pages
   ========================================================================== */
.shop-list-view{
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px 10px;
    margin-bottom: 25px;
    transition: 0.2s ease-in
}
.shop-list-view:hover{
    -webkit-box-shadow: -4px 0 15px rgba(0,0,0,.35);
    -moz-box-shadow: -4px 0 15px rgba(0,0,0,.35);
    box-shadow: -4px 0 15px rgba(0,0,0,.35);
    border: solid 1px #e4e4e4;
}
.shop-list-view .content span{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-right: 15px;
    padding: 4px 15px;
    text-transform: capitalize;
    color: #fff
}
.shop-list-view .content h2{
    margin: 0
}

.shop-list-view .wishlist a{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #999;
    text-transform: capitalize
}
.shop-list-view .wishlist a i{
    margin-right: 10px;
    color: #24c6dc
}

.shop-list-view .details .price{
    font-family: 'Lato', sans-serif;
    margin-bottom: 60px;
    margin-top: 24px;
    font-size: 24px;
    color: #000;
    font-weight: bold
}

.shop-list-view .details .price span{
    text-decoration: line-through;
    color: #666;
    font-weight: 100;
    font-size: 14px;
    margin-left: 7px
}

.shop-bar{
    margin-bottom: 25px
}

/*select box*/
.select-group{
    display: inline-block;
    position: relative;
    margin-right: 30px;
    background-color:#efefef ;
}

.select-group:after{
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #24c6dc;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.select-group select{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 60px 0 10px;
    height: 40px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #d1cfcf;
    outline: none !important;
    z-index: 2;
}
.select-group label{margin-right: 15px}
.gride-list{text-align: right}

.gride-list a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #001c2e;
    margin-left: 15px
}
.gride-list a.active{
    background-color: #24c6dc;
}

.shop-sidebar-inner{
    border: 1px solid #ccc;
    padding: 20px 20px 0 20px
}

.shop-sidebar .g-widget{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0

}

.shop-sidebar .g-widget:last-child{
    margin: 0;border: none
}

.shop-sidebar .g-widget .head{
    border-bottom:0;
    padding-bottom: 0;
    margin-bottom: 17px;
}

.shop-sidebar .g-widget .head h3{
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
}

.shop-sidebar .g-widget > ul > li{
    margin-bottom: 5px
}
.shop-sidebar .g-widget li a{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.shop-sidebar .g-widget li a:hover{
    color: #24c6dc
}

.list-faq li ul{
    margin-left: 40px
}
.list-faq li a.active{
    color: #24c6dc
}
.list-faq li ul li{
    margin-top: 5px
}
.list-faq a i{
    margin-right: 10px;
    vertical-align: middle;
}
.list-faq a span{
    margin-left: 15px;
    color: #24c6dc
}

.checkbox {
    position: relative;
    padding-left:27px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}
.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    outline: none;
    border: 2px solid #D8D8D8;
    background: #FFF;
    border-radius: 3px
}
.checkbox input + i:after,.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after,.radio input:checked + i:after{
    opacity: 1;
}
.checkbox input,.radio input {
    position: absolute;
    left: -9999px;
}
.checkbox input:checked + i{border-color:#24c6dc }
.checkbox input + i:after {
    content: "\f00c";
    top: -2px;
    left: -2px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
    color: #24c6dc;
    font-size: 10px;
}
.color-filter li{display: inline-block}

.color-filter a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: red;
    margin-right: 5px
}
.color-filter a.green{background-color:#95c320}
.color-filter a.pink{background-color:#ff6f6f}
.color-filter a.red{background-color:#e84b3a}
.color-filter a.yellow{background-color:#f8c72c}
.color-filter a.blue{background-color:#3598db}
.color-filter a.brown{background-color:#2f2400}

.g-widget .nstSlider{
    width: 100%;
    height: 10px;
    background: #24c6dc;
}
.g-widget .nstSlider .bar{background: none}
.nstSlider .leftGrip, .nstSlider .rightGrip{
    background: #fff;
    top: -5px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(66,66,66,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(66,66,66,1);
    box-shadow: 0px 0px 7px 0px rgba(66,66,66,1);
}

.nstSlider .leftGrip:before,
.nstSlider .rightGrip:before{
    content: "";
    position: absolute;
    background: #001c2e;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
.rightLabel,.leftLabel{
    border: 1px solid #ddd;
    height: 39px;
    border-radius: 4px;
    line-height: 39px;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #000;
}

.rightLabel:before,.leftLabel:before{
    content: "usd";
    margin-right: 10px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
}

.product-details h2,
.product-review,.product-text,.product-count,
.product-price,.product-cat{border-bottom: 1px solid #eee}
.product-details h2 span{
    position: relative;
    top: -29px;
    left: -30px;
}

.product-review p,.product-price p,
.product-cat p,.pro-quant p,
.pro-colors p,.product-size p{
    color: #000;
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;

}
.product-cat{
    margin-bottom: 10px
}
.product-cat p{
    margin-right: 45px
}
.product-price p{
    margin-right: 25px
}
.product-review p span{
    color: #8d8d8d;
    margin-right: 35px;
}

.product-price{
    margin-bottom: 10px;
    padding: 15px 0 4px 0;
}
.product-price span{
    font-size: 30px;
    font-weight: bold;
    vertical-align: bottom
}
.product-price s,.product-cat a{
    color: #8d8d8d;
    font-weight: 100
}
.product-cat a:hover{
    color: #24c6dc
}
.promo-code,.pro-colors,
.product-size,.pro-quant{display: inline-block}

.product-text{
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.product-count{
    padding-bottom: 10px;
    margin-bottom: 15px;}
.product-size{
}
.product-size a{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #999;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 4px;
}
.product-size a:hover,
.product-size a:hover{
    background-color: #24c6dc;
    color: #fff
}
.pro-butns a{
    margin-right: 15px
}

.products-tabs{
    margin-top: 60px
}
.products-tabs .nav-tabs li a {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin: 0;
    border-radius: 0;
    padding-right: 30px;
    padding-left: 30px;
}
.products-tabs .nav-tabs li.active a {
    border-radius: 4px 4px 0 0;
    color: #000;
    border-color: #24c6dc;
    border-bottom-color: transparent;
}
.products-tabs .tab-content{
    padding: 30px 25px;
    border: 1px solid #ddd;
    border-top: transparent;
}
.products-tabs .tab-content h4{
    color: #000;
    text-transform: capitalize
}
.order-received{margin-bottom: 40px}
.table{
    font-family: 'Lato', sans-serif;
    text-transform: capitalize
}
.table-1,
.table-2{
    border: 1px solid #ddd;
    font-family: 'Lato', sans-serif;

}
.table-1 tr td,
.table-2 tr td{
    color: #000
}
.table-1 tr,
.table-2 tr{
    color: #999;
    text-transform: capitalize
}

.table-1 tr td,.order-received .table thead th{
    border: none
}

.table-2{
    background-color: #f7f7f7;
}
table.table-2 tr td{
    padding-top: 15px;
    padding-bottom: 15px
}
table.table-2 h3, .table.table-2 h4{
    margin: 0
}
.table.table-2 h3{
    color:#24c6dc;
}

.cart-table{background-color: #f7f7f7;}

.table.cart-table tr th,
.table.cart-table tr td{
    padding:  15px 20px;
}
.payment-method{
    padding: 30px 20px;
    margin-bottom: 20px
}

.payment-method label a{
    font-family: 'Lato', sans-serif;
    color: #24c6dc
}
.prod-table thead{
    background-color: #001c2e;
    color: #fff;
    margin-bottom: 15px;
}

.prod-table tbody tr{
    margin-bottom: 10px;
    background-color: #f7f7f7
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: sub
}
/* ==========================================================================
  count to
 ========================================================================== */
.cout-to-item{
    padding: 35px 0
}
.cout-to-item .timer{
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #fff
}

/* ==========================================================================
  pagination
 ========================================================================== */
.pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #000;
    border: 1px solid #ddd;
    margin: 0 3px;
    border-radius: 4px
}

.pagination li:first-child a,
.pagination li:last-child a{
    background-color: #24c6dc;
    color: #fff;
} 

.pagination li:first-child a:hover,
.pagination li:last-child a:hover{
    background-color: #001c2e;
} 

/* ==========================================================================
   Text Rotate
 ========================================================================== */
.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}
.rotating.flip { position: relative;}

.rotating .front, .rotating .back {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0,0,1px);
    -moz-transform: translate3d(0,0,1px);
    -ms-transform: translate3d(0,0,1px);
    -o-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

.rotating.flip .front {
    z-index: 1;
}

.rotating .back {
    display: block;
    opacity: 0;
}

.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;

    -webkit-transform: rotateY(180deg) translate3d(0,0,0);
    -moz-transform: rotateY(180deg) translate3d(0,0,0);
    -ms-transform: rotateY(180deg) translate3d(0,0,0);
    -o-transform: rotateY(180deg) translate3d(0,0,0);
    transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0,0,0);
    -moz-transform: rotateX(180deg) translate3d(0,0,0);
    -ms-transform: rotateX(180deg) translate3d(0,0,0);
    -o-transform: rotateX(180deg) translate3d(0,0,0);
    transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
    -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
    -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
    -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
    -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
    transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
    -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
    -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
/* ==========================================================================
  footer
   ========================================================================== */
.main-footer{
    background-color: #181818;
    padding-top: 55px
}

.footer-col-head h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.footer-col-head h4 span{
    display: inline-block;
    margin-right: 10px
}

.footer-col p i{
    color: #24c6dc;
    margin-right: 10px
}

.footer-social{
    border-top: 1px solid #303030;
    margin: 20px 0 30px 0;
    padding-top:20px
}

.footer-tags{
    margin-bottom: 30px
}

.g-tags li{
    display: inline-block;
}

.g-tags li a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
    background-color: #1f1f1f;
    border-radius: 20px;
    padding: 6px 15px;
    margin: 5px 1px;
    text-transform: capitalize
}

.g-tags li a:hover{
    color: #fff;
    background-color: #24c6dc;
}

.footer-links-list li a{
    color: #666;
    text-transform: capitalize;
    margin-top: 4px;
    display: block;
}

.footer-links-list li a i{
    margin-right: 10px
}

.footer-links-list li a:hover{
    color: #24c6dc
}

.post-list li{
    border-bottom: 1px solid #303030;
    margin-bottom: 20px
}
.post-list li:last-child{
    border: none
}

.post-list img{
    float: left;
    overflow: hidden;
    margin-right: 15px;
    width: 80px;
    height: 80px
}
.post-list .content{
    overflow: hidden
}

.post-list .content h4{margin-bottom: 5px}

.post-list .content a{
    color: #fff;
}
.post-list .content a:hover{
    color: #24c6dc
}
.post-list .content p span{
    margin-right: 10px
}
.post-list .content p span i{
    color: #24c6dc;
    margin-right: 10px
}

.footer-form input,
.footer-form textarea{
    width: 100%;
    text-transform: capitalize;
    background-color: #1f1f1f;
    border: 0;
    border-radius: 20px;
    padding: 8px 20px;
    margin-bottom: 10px;
    color: #fff;
    border: 2px solid transparent;
    outline: none
}
.footer-form textarea{
    height: 150px;}

.footer-form input:focus,
.footer-form textarea:focus{
    border-color: #24c6dc
}

.footer-form button{
    opacity: 0.8
}
.footer-form button:hover{
    opacity: 1;
    background-color: #24c6dc
}

.bootm-footer{
    background-color: #1e1e1e;
    background-color: #1e1e1e;
    padding: 30px 0 10px 0;
    margin-top: 40px;
}
.designed-by {
    text-align:right
}
.designed-by a{
    color: #24c6dc
}
/*-------------------------------------------------------------------
                      accordion styles
------------------------------------------------------------------*/
.ac-title {
    font-weight: bold;
    color: #000;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0;
    padding:0 20px
}

.ac-title i {
    float: right;
    font-size: 12px;
    font-style: normal;
    line-height: 52px;
    text-align: center;
}

.ac-title i:before {
    content: "\e61a"; 
    font-family: 'themify';
}

.active .ac-title i:before {
    content: "\e622"; 
    font-family: 'themify';
}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content {
    display: none;
    padding: 25px 20px;
    background: #FBFBFB;
}



/* accordion 1*/
.accordion-1 .ac-pane.active .ac-title{
    background: #fff
}
.accordion-1 .ac-content{
    background: #fff
}
.accordion-1 .ac-pane,
.accordion-2 .ac-pane{
    background-color: #fff;
    color: #7D7D7D;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.accordion-1 i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    background: #B5B5B5;
    color: #fff;
    margin-top: 15px
}
.accordion-1 .ac-pane.active i{ background: #24c6dc}
.accordion-1 .ac-pane.active  .ac-title{ border-bottom: 1px solid #24c6dc;}
/* accordion 2*/
.accordion-2 .ac-content{
    background: #24c6dc;
    color: #fff
}

.accordion-2 i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    color: #B5B5B5;
    margin-top: 15px
}

.accordion-3 .ac-pane{
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.accordion-2 .ac-pane.active i,.accordion-2 .ac-title{ background: #fff}

.accordion-2 .ac-pane.active .ac-title{
    color: #fff;
    background: #24c6dc

}
.accordion-2 .ac-pane.active {
    background: #24c6dc

}


/* accordion 2*/

.accordion-3 .ac-content{
    background: #fff;
}

.accordion-3 i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    color: #B5B5B5;
    margin-top: 15px
}

.accordion-3 .ac-pane.active i{
    background: #fff
}

.accordion-3 .ac-pane.active .ac-title{
    color: #fff;
    background: #24c6dc

}

/* ==========================================================================
   Responsive styles
 ========================================================================== */
@media screen and (max-width:991px) {
    #toggle-sidebar{display: inline-block}
    .gazelle-header{ position: static;}
    .navbar-header{float: left}
    .navbar-default .navbar-brand{max-width: 150px;line-height: 60px;margin-top: 6px;}
    .attr-nav  a{line-height: 60px}
    .top-search{display: none !important;}
    .mod-breadcrumbs{padding:15px 0}
    .mod-breadcrumbs .title h2{font-size: 20px}
    .breadcrumbs-links a{font-size: 13px;margin-left: 10px;}
    .top-nav{padding: 15px 0}
    .nav-details p,.select-nav .dropdown-toggle{color: #000}
    .mm-menu, .mm-panels, .mm-panels > .mm-panel{ z-index: 999}
    .features-box{ margin-bottom: 30px}
    .team-img img{margin: 0 auto}
    .proccess-item:before{display: none}
}


@media screen and (max-width:789px) {
    .banner-caption h1.big{
        font-size: 25px;
        letter-spacing: 4px
    }
    .banner-caption p{font-size: 11px}
    .owl-hero-slider img{
        min-height: 214px
    }
    .slider-text.right,.slider-text.left{
        left: 0 !important;
        right: 0 !important
    }
    .portfolio-item{ width:50% !important}

}

@media screen and (max-width:600px) {
    .owl-hero-slider .slider-text p{
        font-size: 13px
    }
    .group-btn a{transform: scale(0.6)}
    .portfolio-item{ width:100% !important}

}
